home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gSoundOn, gSavedAmbientSound, gAmbientSound, gAmbientSoundName
- if clickButton() then
- if gSoundOn then
- set the volume of sound 1 to 0
- set gSavedAmbientSound to gAmbientSoundName
- setAmbientSound(#null)
- set gSoundOn to 0
- else
- set the volume of sound 1 to 255
- set gSoundOn to 1
- setAmbientSound(gAmbientSoundName)
- end if
- end if
- end
-